AttestationApplicationId

This data structure reflects the Android platform's belief as to which apps are allowed to use the secret key material under attestation. The ID can comprise multiple packages if and only if multiple packages share the same UID.

The Attestation Application ID data from KeyMint will not exceed 1K bytes.

Constructors

Link copied to clipboard
constructor(packageInfos: List<AttestationApplicationId.AttestationPackageInfo>, signatureDigests: List<Array<Byte>>)

Types

Link copied to clipboard
Provides package's name and version number.

Properties

Functions

Link copied to clipboard
open fun equals(@Nullable object: @Nullable Any): Boolean
Link copied to clipboard
open fun hashCode(): Int